home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / util2 / fda.doc < prev    next >
Encoding:
Text File  |  1986-11-05  |  2.2 KB  |  48 lines

  1.  
  2.  
  3.                            HOW  TO  USE  FDA.COM 
  4.  
  5.          This program FDA.COM for FinDAll, is very helpful not only for 
  6.          locating particular files like WHEREIS.COM, but also for finding 
  7.          all the directories where such files resided and displaying the 
  8.          path, size, date and time of every matching file it finds.  
  9.  
  10.          The author of this utility program is E. J. Muth.  The BASIC 
  11.          source codes for FDA.COM appeared in the February 25, 1986 
  12.          issue of PC Magazine, Volume 5, Number 4.  
  13.  
  14.          USING FDA.COM   
  15.  
  16.          First thing you do is run FDA.BAS.  This program will create 
  17.          FDA.COM, which will search across subdirectories of both hard 
  18.          disks and floppies for any files and report the path, size, date, 
  19.          and time of any file it finds.  When you run FDA.BAS, you will be 
  20.          ask for which drives you will be wanting FDA.COM to search.  Your 
  21.          choices  are A, B, and C drives.  So you could have one FDA.COM 
  22.          for each drive, for any two, or for all three drives, BUT be sure 
  23.          and rename the files so that you know which one is for what 
  24.          drive(s).  
  25.  
  26.          Next, after you have created the FDA.COM files ( and know what 
  27.          drive(s) it is for), you are ready to find those files of yours.  
  28.                   
  29.          FDA.COM uses the following syntax:  FDA filespec 
  30.  
  31.          Use FDA.COM in DOS with wildcard filespecs.  For example, to find 
  32.          every files that begins with the letters PC, type FDA PC*.*.  For 
  33.          every .DOC files, type FDA *.DOC and you might get the following: 
  34.  
  35.                 60627   2-11-86    0:41   C:\ARC\ARC.DOC
  36.                  1896   8-02-83   16:36   C:\SCREEN\BLANK.DOC
  37.                  2076  10-22-86   13:22   C:\SCREEN\SCRN.DOC
  38.                  2759   6-18-86   12:44   A:\NOTES.DOC
  39.                  5894  11-03-85    4:55   B:\REPORTS.DOC
  40.          
  41.          To get the complete story, see the article, which starts on page 
  42.          249 of the above mentioned issue of PC Magazine.  
  43.  
  44.          To print this file, set the printer to the top of the page and 
  45.          enter the following command: 
  46.  
  47.                    A>copy FDA.DOC prn
  48.